home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / crclst10.zip / CRCLIST.DOC < prev    next >
Text File  |  1993-06-04  |  4KB  |  127 lines

  1.                                 CRCLIST 1.0
  2.                         A File Maintainence Utility
  3.                        (C)Copyright 1993 Rand Nowell
  4.                          RaLin Enterprises Software
  5.  
  6.  
  7.  LEGAL NOTICE:
  8.  
  9.  CRCLIST is distributed as a FREE utility to the PC community. There is
  10.  no registration required to use it. Use as many copies as you need at any
  11.  time.
  12.  
  13.  While CRCLIST is Free, it is a Copyrighted work by the author. You may not
  14.  re-compile, disassemble, or in any other way modify the program.
  15.  
  16.  It may be, in fact we encourage you to, distribute the program to others.
  17.  Please be sure this DOC file is included.
  18.  
  19.  We also request that you distribute the program in the original
  20.  authenticated ZIP archive.
  21.  
  22.  The author accepts NO liability for your use of the program, you accept all
  23.  responsibility for its use. If it breaks, or breaks anything else, you own
  24.  all the pieces.
  25.  
  26.  The only thing the author can guarentee is that it will take up space on
  27.  your drive, and that it did work when it left our system.
  28.  The author is not obligated to produce further versions of this program.
  29.  
  30.  
  31.  WHAT IT IS:
  32.  CRCLIST will check all files in the current directory, creating a CRC-16
  33.  value for each, and list the filenames with the CRC for each. The CRC is
  34.  written in a decimal format, a sample output is shown below.
  35.  
  36. Sample Output:
  37.  
  38. CRCLIST 1.0 (C)Copyright 1993, Rand Nowell - RaLin Enterprises
  39. A FREE utility for You!
  40. List for     : C:\TP\PROJECT2
  41. Generated    : 6/4/1993
  42.  
  43. Current CRC-16 Values:
  44.  
  45.     F i l e n a m e     CRC-16
  46. ----------------------  ------
  47. CRCLIST.BAK              21467
  48. CRCLIST.DOC              50709
  49. CRCLIST.EXE              52770
  50. * End of List *
  51.  
  52. You can create this list, then periodicly run a new one and check the CRC
  53. values for each file. If the CRC for a file has changed, then it's most
  54. likely that the file has changed.  This could be due to a number of reasons,
  55. corruption, virus etc.  You may find other ways to use it too.
  56.  
  57. HOW TO RUN:
  58. The command line for CRCLIST is simple,
  59.  
  60. Syntax:  CRCLIST <filespec> [ > outputfile ]
  61.  
  62. Filespec may be *.*,  *.TXT,  FileName  etc.
  63. Wildcards are supported.
  64.  
  65. You may re-direct the list output to a file by using the re-direction symbol
  66. (>) this will also allow re-direction to the printer ie:
  67. CRCLIST *.* > PRN  will print a list of CRC's for all files in the current
  68. directory.
  69.  
  70. The default is to list to the screen.
  71.  
  72. Which brings me to this: CRCLIST expects all files to be in the current
  73. directory, you cannot generate a list for another directory. Perhaps in
  74. another version.
  75.  
  76.  
  77. Some examples of usage:
  78.  
  79. CRCLIST                       shows a short Help Screen
  80.  
  81. CRCLIST *.*                   List for all files to screen
  82.  
  83. CRCLIST *.* > DOSDIR.CRC      List to file DOSDIR.CRC
  84.  
  85. There is no visual display, progress bar etc. to show that CRCLIST is
  86. working, when output is re-directed.  Code to do this sort of thing has been
  87. left out to keep the file size small. If another version is released, then
  88. this code may be added.
  89.  
  90.  
  91. SUPPORT:
  92. While this is a FREE program, I do support it. If you send netmail
  93. requests for support you will be required to poll for your reply, usually
  94. within 24 hours, unless I am out of town. If I am out when you call voice,
  95. leave a message, and expect a COLLECT phone call.
  96.  
  97.  
  98. COMMENTS:
  99. Comments and sugestions are welcome!  If you have a request for an addition
  100. to the program, tell me.  Feedback from the users is what will cause this to
  101. be further developed. If there is no feedback, I will consider this release
  102. sufficent to the purpose.
  103.  
  104. The author can be reached via:
  105.  
  106. FIDO Echos:  SHAREWARE, RA_SUPPORT, RA_UTIL (Rand Nowell)
  107.  
  108. Netmail   :  1:161/710
  109.  
  110. Voice     :  510-651-0253
  111.  
  112. BBS       :  Same as voice with the addition of ,,3322 (See NOTE)
  113.  
  114. Mail      :  Rand Nowell
  115.              40728 Sundale Dr.
  116.              Fremont, Ca. 94538
  117.  
  118. NOTE:    Currently the BBS/Mailer share a voice line, so you need to use
  119.          a 4 second pause and the code 3322 to access them.
  120.          For most modems a comma (,) represents a two second pause, so use
  121.          two of them, then the code. A typical dialing string would look
  122.          like this: 510-651-0253,,3322
  123.  
  124. Thanks for trying CRCLIST!
  125.  
  126.  
  127.